var go/doc.nonAlphaNumRx
2 uses
go/doc (current package)
comment.go#L275: var nonAlphaNumRx = lazyregexp.New(`[^a-zA-Z0-9]`)
comment.go#L279: return "hdr-" + nonAlphaNumRx.ReplaceAllString(line, "_")
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)